factory ActionFileUploadEnd.fromJson(Map<String, dynamic> json) => ActionFileUploadEnd( actionId: (json['ActionId'] as String?) ?? '', );