Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json['smartContractInterfaceId'] = smartContractInterfaceId; return _json; }