UpsertRequest.fromJson constructor

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

Object construction from a JSON representation

Implementation

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