CurrentSession.fromJson constructor

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

Implementation

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