ServerGetServiceAuthOutput.fromJson constructor

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

Implementation

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