AuthGetRequestOptions.fromJson constructor

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

Implementation

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