MicrosoftAccount.fromJson constructor

MicrosoftAccount.fromJson(
  1. Map<String, dynamic> json
)

Converts a JSON map to a MicrosoftAccount.

Implementation

factory MicrosoftAccount.fromJson(Map<String, dynamic> json) =>
    _$MicrosoftAccountFromJson(json);