Map<String, dynamic> toJson() => { 'type': type.toStringValue(), 'mediaList': mediaList.map((m) => m.toJson()).toList(), 'params': params, };