src property

String get src

Implementation

String get src {
  return $$context$$["src"];
}
set src (String value)

Implementation

set src(String value) {
  $$context$$["src"] = value;
}