factory GetMetadataSchemaRequest.fromJson(Map<String, dynamic> json) { return GetMetadataSchemaRequest(name: json['name'] ?? ''); }