Serialises this Source for transport across the platform channel.
Map<String, dynamic> toMap() => { 'url': url, 'type': type, 'drm': drm?.toMap(), };