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