name property
String
get
name
Implementation
String get name {
final s = toString();
return s.substring(s.indexOf('"') + 1, s.lastIndexOf('"'));
}
String get name {
final s = toString();
return s.substring(s.indexOf('"') + 1, s.lastIndexOf('"'));
}