AuthenticationIndicator.fromJson constructor

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

Implementation

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