v1DeleteSubOrganizationIntent.fromJson constructor
Implementation
factory v1DeleteSubOrganizationIntent.fromJson(Map<String, dynamic> json) {
final _deleteWithoutExport = json['deleteWithoutExport'] as bool?;
return v1DeleteSubOrganizationIntent(
deleteWithoutExport: _deleteWithoutExport,
);
}