ManagedClient class

Annotations
  • @Freezed(makeCollectionsUnmodifiable: false)

Constructors

ManagedClient({@JsonKey(name: 'caregiverConsent', fromJson: consentStatusFromJson, toJson: consentStatusToJson) ConsentStatus? caregiverConsent, @JsonKey(name: 'clientConsent', fromJson: consentStatusFromJson, toJson: consentStatusToJson) ConsentStatus? clientConsent, @JsonKey(name: 'workStationDetails') WorkStationDetails? workStationDetails, @JsonKey(name: 'clientProfile') ClientProfile? clientProfile})
factory
ManagedClient.fromJson(Map<String, dynamic> json)
factory
ManagedClient.initial()
factory

Properties

caregiverConsent ConsentStatus?
no setterinherited
clientConsent ConsentStatus?
no setterinherited
clientProfile ClientProfile?
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
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