Facebook class
Constructors
-
Facebook({int? id, String? uid, String? companyUid, String? pageId, String? pageName, String? payload, String? accessToken, String? status, DateTime? createdAt, DateTime? updatedAt})
-
const
-
Facebook.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({int? id, String? uid, String? companyUid, String? pageId, String? pageName, String? payload, String? accessToken, String? status, DateTime? createdAt, DateTime? updatedAt})
→ Facebook
-
-
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