UserInfo class

Models the information and settings of Pastebin user

Constructors

UserInfo({required Uri? avatarUrl, required String? email, required ExpireDate expiration, required Format format, required bool? isPro, required String? location, required String? userName, required Visibility visibility, required String? website})
const

Properties

avatarUrl Uri?
final
email String?
final
expiration ExpireDate
final
format Format
final
hashCode int
The hash code for this object.
no setterinherited
isPro bool?
final
location String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userName String?
final
visibility Visibility
final
website String?
final

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

Static Methods

fromXmlNode(XmlNode xmlNode) UserInfo