Session.fromJson constructor

Session.fromJson(
  1. String str
)

Implementation

factory Session.fromJson(String str) => Session.fromMap(json.decode(str));