RegisterRoleStatements class

注册角色语句 角色{ 角色id; 角色姓名; Map 角色动作表{动作id:file}; }

Implemented types

Constructors

RegisterRoleStatements({required String roleId, required String name, required Map<String, String> files})

Properties

files Map
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
roleId String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited