MicrosoftAccount.fromJson constructor
Converts a JSON map to a MicrosoftAccount.
Implementation
factory MicrosoftAccount.fromJson(Map<String, dynamic> json) =>
_$MicrosoftAccountFromJson(json);
Converts a JSON map to a MicrosoftAccount.
factory MicrosoftAccount.fromJson(Map<String, dynamic> json) =>
_$MicrosoftAccountFromJson(json);