record property
RecordModel?
get
record
Returns the saved auth record (if any).
Implementation
RecordModel? get record => _record;
Returns the saved auth record (if any).
RecordModel? get record => _record;