UnstakeRequestBody.fromJson constructor

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

Creates an UnstakeRequestBody instance from a JSON object.

Parameters:

  • json – A map representing the JSON object.

Returns an UnstakeRequestBody instance with the corresponding properties.

Implementation

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