Media constructor
Implementation
factory Media({String id = "", String name = "", String fileUrl = "", String resourceType = ""}) {
return Media._internal(id: id, name: name, fileUrl: fileUrl, resourceType: resourceType);
}
factory Media({String id = "", String name = "", String fileUrl = "", String resourceType = ""}) {
return Media._internal(id: id, name: name, fileUrl: fileUrl, resourceType: resourceType);
}