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