AuthenticationCodeTypeFirebaseAndroid.fromJson constructor
Parse from a json
Implementation
factory AuthenticationCodeTypeFirebaseAndroid.fromJson(
Map<String, dynamic> json) =>
AuthenticationCodeTypeFirebaseAndroid(
nonce: json['nonce'],
length: json['length'],
);