selectedRelationShip property
inherited
Implementation
@override
String get selectedRelationShip {
_$selectedRelationShipAtom.reportRead();
return super.selectedRelationShip;
}
inherited
Implementation
@override
set selectedRelationShip(String value) {
_$selectedRelationShipAtom.reportWrite(value, super.selectedRelationShip,
() {
super.selectedRelationShip = value;
});
}