Profile class

This model represents information about user.

Constructors

Profile({required String id, String? status, String? badge, String? shortCode, String? site, String? youtube, String? twitch, String? steam, String? vk, String? git})
Profile.parseJson(Map<String, dynamic> json)

Properties

badge String?
User's badge
final
git String?
User's github profile
final
hashCode int
The hash code for this object.
no setterinherited
id String
Id of the user
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortCode String?
User's Page shortcode
final
site String?
User's Website
final
status String?
Custom status
final
steam String?
User's steam profile
final
twitch String?
User's twitch account
final
vk String?
User's VK page
final
youtube String?
User's youtube channel
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