fromJson static method

SignBytesRequest fromJson(
  1. Map<String, dynamic> json
)

Implementation

static SignBytesRequest fromJson(Map<String, dynamic> json) =>
    _$SignBytesRequestFromJson(json);