User class

The User Who created a review

Constructors

User({String? id, String? profileUrl, String? name, String? imageUrl})
User.fromJson(String source)
factory
User.fromMap(Map<String, dynamic>? map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
id String?
Yelp ID of the user.
final
imageUrl String?
URL of the user's profile photo.
final
name String?
User screen name ie. first name and first initial of last name.
final
profileUrl String?
URL of the user's Yelp profile.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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