fromJson static method

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

Implementation

static AuthAlertConfig fromJson(Map<String, dynamic> json) =>
    _$AuthAlertConfigFromJson(json);