PlainAuthentication.fromJson constructor

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

Creates a new PlainAuthentication from the given json

Implementation

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