UserRolesV1 class

Constructors

UserRolesV1({String? id, List<String>? roles, DateTime? update_time})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The unique object identifier of type K.
getter/setter pair
roles List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
update_time DateTime?
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) → void
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 other) bool
The equality operator.
inherited