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