Contact class

Constructors

Contact({String? uid, String? username, String? nickname, String? avatar, String? description, String? tagIndex, String? namePinyin})

Properties

avatar String?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
namePinyin String?
getter/setter pair
nickname String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagIndex String?
getter/setter pair
uid String?
final
username 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

fromJson(dynamic json) Contact