countryId property

  1. @override
String countryId
inherited

Implementation

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

Implementation

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