Session.fromJson constructor

Session.fromJson(
  1. Json json
)

Implementation

factory Session.fromJson(Json json) => _$SessionFromJson(json);