Friend class

Constructors

Friend({String? uid, String? username, String? nickname, String? avatar, String? description, String? mobile, double? latitude, double? longtitude, String? tagIndex, String? namePinyin})

Properties

avatar String?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
latitude double?
final
longtitude double?
final
mobile String?
final
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

fromElasticJson(dynamic json) Friend
fromJson(dynamic json) Friend