GetDocsAssignedToUserResponse class
Constructors
- GetDocsAssignedToUserResponse({DateTime? dueDate, Status? status, String? assignedBy, String? assignedByFullName, String? assignedTo, String? assignedToFullName, Priority? priority, String? description, String? doctype, String? docname})
-
GetDocsAssignedToUserResponse.fromJson(Map<
String, dynamic> ? json) -
factory
Properties
- assignedBy ↔ String?
-
DocName of the User who assigned this doc originally
getter/setter pair
- assignedByFullName ↔ String?
-
Full name of the assigned by user
getter/setter pair
- assignedTo ↔ String?
-
The assigned to User
getter/setter pair
- assignedToFullName ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- docname ↔ String?
-
getter/setter pair
- doctype ↔ String?
-
getter/setter pair
- dueDate ↔ DateTime?
-
Time to finish task (yyyy-mm-dd)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- priority ↔ Priority?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ Status?
-
getter/setter pair
Methods
-
deserializeList<
T> (List? docs) → List< T> ? -
inherited
-
fromJson<
T> (Map< String, dynamic> ? json) → T -
Returns the target type from json (Map)
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Returns the JSON representation of a type in the form of Map
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited