Badge class

Data structure for a badge bearable by a user

Constructors

Badge(String name, String description, String url, String iconUrl, int createdAt)
const

Properties

createdAt int
Unix timestamp of the badge's creation date
final
description String
The description of the badge that gives additional information
final
hashCode int
The hash code for this object.
no setterinherited
iconUrl String
URL pointing to the badge's image
final
name String
The 'name' of the badge, or the title
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
Additional URL that may point to the origin of the user's award
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