ManagedClient class

Annotations
  • @freezed

Constructors

ManagedClient({@JsonKey(name: 'caregiverConsent') bool? caregiverConsent, @JsonKey(name: 'clientConsent') bool? clientConsent, @JsonKey(name: 'workStationDetails') WorkStationDetails? workStationDetails, @JsonKey(name: 'clientProfile') UserData? user})
factory
ManagedClient.fromJson(Map<String, dynamic> json)
factory
ManagedClient.initial()
factory

Properties

caregiverConsent bool?
no setterinherited
clientConsent bool?
no setterinherited
copyWith → $ManagedClientCopyWith<ManagedClient>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user UserData?
no setterinherited
workStationDetails WorkStationDetails?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited