Gravatar class

Constructors

Gravatar(String email, {String gravatarUrl = ""})
init with email as parameter

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hash() String
generate MD5 HASH from email, used for Gravatar API requests
override
imageUrl({int size = 80, String defaultImage = "identicon", String rating = "g"}) String
generate ImageUrl for Gravatar
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
profileUrl({String type = ".json"}) String
generate ProfileUrl for Gravatar
toString() String
A string representation of this object.
inherited

Operators

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