fromJson static method

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

Implementation

static ExternalAuthModel fromJson(Map<String, dynamic> json) =>
    _$ExternalAuthModelFromJson(json);