factory CueRangeMetadata.fromMap(Map<String, dynamic> json) { return CueRangeMetadata( id: json['id'] as String, ); }