SudoMfaMethodsResponse.fromJson constructor

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

Implementation

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