AuthRegisterResponseVariant2.fromJson constructor

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

Implementation

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