SocialFeed class

Constructors

SocialFeed({required String name, required String photoURL, required String description, required int likes, required String address, required String email, required String phone, required double latitude, required double longitude})
SocialFeed.fromJson(Map<String, dynamic> json)
factory

Properties

address String
final
description String
final
email String
final
hashCode int
The hash code for this object.
read-onlyinherited
latitude double
final
likes int
read / write
longitude double
final
name String
final
phone String
final
photoURL String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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