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