country property

  1. @override
String country
inherited

Implementation

@override
String get country {
  _$countryAtom.reportRead();
  return super.country;
}
  1. @override
void country=(String value)
inherited

Implementation

@override
set country(String value) {
  _$countryAtom.reportWrite(value, super.country, () {
    super.country = value;
  });
}