toJson method

Map<String, dynamic> toJson()

Converts a Shift to a Map

Implementation

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