AuthSessionLocation.fromJson constructor

AuthSessionLocation.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory AuthSessionLocation.fromJson(Map<String, Object?> json) =>
    _$AuthSessionLocationFromJson(json);