ClientPlan class Client-Server API
Immutable class to create ClientPlan from JSON strings.
Autogenerated from test data like this:
contract_id : 2
serv_id : 1
planned : 10
filled : 5
- Annotations
Constructors
- ClientPlan({required int contract_id, required int serv_id, required int planned, required int filled})
-
constfactory
-
ClientPlan.fromJson(Map<
String, dynamic> json) -
factory
Properties
- contract_id → int
-
read-onlyinherited
- contractId → int
-
read-only
-
copyWith
→ $ClientPlanCopyWith<
ClientPlan> -
read-onlyinherited
- filled → int
-
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- planned → int
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- serv_id → int
-
read-onlyinherited
- servId → int
-
read-only
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