AssignDocParams class

Inheritance
Mixed in types
Annotations
  • @JsonSerializable()

Constructors

AssignDocParams({String? assignTo, bool? myself, String? description, DateTime? dueDate, String? doctype, String? docName, List<String>? docNames, bool? notify, Priority? priority, bool? bulkAssign = false})
AssignDocParams.fromJson(Map<String, dynamic>? json)
factory

Properties

assignTo String?
getter/setter pair
bulkAssign bool?
Use List
getter/setter pair
cmd String?
getter/setter pairinherited
description String?
getter/setter pair
docName String?
getter/setter pair
docNames List<String>?
getter/setter pair
doctype String?
getter/setter pair
dueDate DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
myself bool?
getter/setter pair
name String?
getter/setter pair
notify bool?
getter/setter pair
priority Priority?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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