AuthenticationCodeTypeCall.fromJson constructor

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

Parse from a json

Implementation

factory AuthenticationCodeTypeCall.fromJson(Map<String, dynamic> json) => AuthenticationCodeTypeCall(
  length: json['length'],
);