AddClientServiceRequest class Client-Server API

Create Json request to add a service.

Annotations

Constructors

AddClientServiceRequest({required String vdate, required String uuid, required int contracts_id, required int dep_has_worker_id, required int serv_id})
const
factory

Properties

contracts_id int
read-onlyinherited
copyWith → $AddClientServiceRequestCopyWith<AddClientServiceRequest>
read-onlyinherited
dep_has_worker_id int
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
serv_id int
read-onlyinherited
uuid String
read-onlyinherited
vdate String
read-onlyinherited

Methods

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

Operators

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