PutResponse.fromJson constructor

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

Implementation

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