ClientService class Data Models
Model for ServiceCard and other widget.
This is mostly a view model for data from:
- Annotations
Constructors
-
ClientService({required Ref<
Object?> ref, required ServiceEntry service, required ClientPlan planned, required String apiKey, @Default(null) DateTime? date}) -
constfactory
Properties
- apiKey → String
-
read-onlyinherited
- contractId → int
-
read-only
-
copyWith
→ $ClientServiceCopyWith<
ClientService> -
read-onlyinherited
- date → DateTime?
-
Should be Null to depend on global variable, !null break dependency.
read-onlyinherited
- filled → int
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- image → String
-
read-only
- plan → int
-
read-only
- planned → ClientPlan
-
Reference to existing ClientPlan.
read-onlyinherited
-
ref
→ Ref<
Object?> -
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- service → ServiceEntry
-
Reference to existing ServiceEntry.
read-onlyinherited
- servId → int
-
read-only
- servText → String
-
read-only
- servTextAdd → String
-
read-only
- shortText → String
-
read-only
- subServ → int
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited