BannedUser class

Annotations
  • @freezed

Constructors

BannedUser({String? userId, String? userLogin, String? userName, String? expiresAt, String? createdAt, String? reason, String? moderatorId, String? moderatorLogin, String? moderatorName})
const
factory
BannedUser.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $BannedUserCopyWith<BannedUser>
no setterinherited
createdAt String?
no setterinherited
expiresAt String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
moderatorId String?
no setterinherited
moderatorLogin String?
no setterinherited
moderatorName String?
no setterinherited
reason String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
no setterinherited
userLogin String?
no setterinherited
userName String?
no setterinherited

Methods

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

Operators

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