selectedRelationShip property

  1. @override
String selectedRelationShip
inherited

Implementation

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

Implementation

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