toJson method

Map<String, dynamic> toJson()

Converts this Session to JSON

Implementation

Map<String, dynamic> toJson() => _$SessionToJson(this);