BasicPermInfo class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

BasicPermInfo()
BasicPermInfo.fromJson(Map<String, dynamic>? json)
factory

Properties

can_cancel List<String>?
getter/setter pair
can_create List<String>?
getter/setter pair
can_delete List<String>?
getter/setter pair
can_email List<String>?
getter/setter pair
can_export List<String>?
getter/setter pair
can_get_report List<String>?
getter/setter pair
can_import List<String>?
getter/setter pair
can_print List<String>?
getter/setter pair
can_read List<String>?
getter/setter pair
getter/setter pair
can_set_user_permissions List<String>?
getter/setter pair
can_write List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLoading bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String?
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