UserBeanAvatarUrls class

Constructors

UserBeanAvatarUrls({String? $16X16, String? $24X24, String? $32X32, String? $48X48})
UserBeanAvatarUrls.fromJson(Map<String, Object?> json)
factory

Properties

$16X16 String?
The URL of the user's 16x16 pixel avatar.
final
$24X24 String?
The URL of the user's 24x24 pixel avatar.
final
$32X32 String?
The URL of the user's 32x32 pixel avatar.
final
$48X48 String?
The URL of the user's 48x48 pixel avatar.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? $16X16, String? $24X24, String? $32X32, String? $48X48}) UserBeanAvatarUrls
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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