MissingAuthenticatorInMobileDevice.fromJson constructor

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

Alternate constructor that creates a MissingAuthenticatorInMobileDevice from a json.

Params:

  • json: contains the source for instance creation.

Implementation

factory MissingAuthenticatorInMobileDevice.fromJson(
  Map<String, dynamic> json,
) {
  return MissingAuthenticatorInMobileDeviceImpl.fromJson(json);
}