AnnouncementLoginData class

Annotations
  • @JsonSerializable()

Constructors

AnnouncementLoginData({required String key})
AnnouncementLoginData.fromJson(Map<String, dynamic> json)
factory
AnnouncementLoginData.fromRawJson(String str)
factory

Properties

decodedToken Map<String, dynamic>
no setter
hashCode int
The hash code for this object.
no setterinherited
isExpired bool
no setter
key String
getter/setter pair
level PermissionLevel
no setter
loginType String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
no setter

Methods

copyWith({String? key}) AnnouncementLoginData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() → void
toJson() Map<String, dynamic>
toRawJson() String
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

load() AnnouncementLoginData?