toJson method
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{
'updatedAt': updatedAt,
'content': content,
'uid': uid,
'objectId': objectId,
'createdAt': createdAt,
'status': status,
'deviceType': deviceType,
'contact': contact,
};