Photo class
A person's photo.
A picture shown next to the person's name to help others recognize the person.
Constructors
- Photo({bool? default_, FieldMetadata? metadata, String? url})
- Photo.fromJson(Map json_)
Properties
- default_ ↔ bool?
-
True if the photo is a default photo; false if the photo is a
user-provided photo.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata ↔ FieldMetadata?
-
Metadata about the photo.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String?
-
The URL of the photo.
getter/setter pair
Methods
-
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