TGAccessMatrixVO class

Constructors

TGAccessMatrixVO({String? key, int? roleId, String? module, String? access, bool? create, bool? delete, bool? update, bool? read})
TGAccessMatrixVO.fromJson(Map<String, dynamic> json)

Properties

access String?
getter/setter pair
create bool?
getter/setter pair
delete bool?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
key String?
getter/setter pair
module String?
getter/setter pair
read bool?
getter/setter pair
roleId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
update bool?
getter/setter pair

Methods

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

Operators

operator ==(Object o) bool
The equality operator.
override