Map<String, dynamic> toJson() => { 'id': id, 'url': url, 'text': text, 'type': type, 'authorId': authorId, 'createdOn': createdOn.toIso8601String(), };