SandboxItemSetVerificationStatusResponse.fromJson constructor

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

Implementation

factory SandboxItemSetVerificationStatusResponse.fromJson(
        Map<String, dynamic> json) =>
    _$SandboxItemSetVerificationStatusResponseFromJson(json);