src property Null safety

String src

Gets the value of "src"

Implementation

String get src => getPropertyValue('src');
void src= (String value)

Sets the value of "src"

Implementation

set src(String value) {
  setProperty('src', value, '');
}