toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "key": key,
  "value": value,
  "createdby": createdby,
  "modifiedby": modifiedby,
  "id": id,
  "deletedAt": deletedAt,
  "created": created.toIso8601String(),
  "modified": modified.toIso8601String(),
};