IvivaUser class

Annotations
  • @JsonSerializable.new()

Constructors

IvivaUser(String key, String name, String profileImagePath, String type, String? email)
IvivaUser.fromJson(Map<String, dynamic> json)
factory

Properties

circularAvatar Widget?
no setter
email String?
final
hashCode int
The hash code for this object.
no setterinherited
key String
final
name String
final
profileImagePath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

getFirstChar(String n) String
getInitials(String name) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

profileImageDefaultPath String
getter/setter pair