Map representation of object (not serialized)
Map<String, dynamic> toMap() { return { 'name': name, 'source': source, }; }