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