ServerUpdateEmailInput.fromJson constructor

ServerUpdateEmailInput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ServerUpdateEmailInput.fromJson(Map<String, Object?> json) =>
    _$ServerUpdateEmailInputFromJson(json);