FrappeDocInfo class
Constructors
- FrappeDocInfo()
-
FrappeDocInfo.fromJson(Map<
String, dynamic> ? json) -
factory
Properties
-
assignments
↔ List<
ToDo> ? -
getter/setter pair
-
attachments
↔ List<
FrappeFile> ? -
getter/setter pair
-
comments
↔ List<
FrappeComment> ? -
getter/setter pair
-
communications
↔ List<
FrappeCommunication> ? -
getter/setter pair
-
energyPointLogs
↔ List<
Map< ?String, dynamic> > -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDocumentFollowed ↔ bool?
-
getter/setter pair
-
milestones
↔ List<
Map< ?String, dynamic> > -
getter/setter pair
- permissions ↔ DocPerm?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
-
getter/setter pair
- totalComments ↔ int?
-
getter/setter pair
-
versions
↔ List<
FrappeVersion> ? -
getter/setter pair
-
views
↔ List<
FrappeViewLog> ? -
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