UserContext.fromJson constructor

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

Implementation

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