v1DeleteSmartContractInterfaceResult.fromJson constructor
Implementation
factory v1DeleteSmartContractInterfaceResult.fromJson(Map<String, dynamic> json) {
final _smartContractInterfaceId = json['smartContractInterfaceId'] as String;
return v1DeleteSmartContractInterfaceResult(
smartContractInterfaceId: _smartContractInterfaceId,
);
}