toJson method

Map<String, dynamic> toJson()

Converts this tuple into a map for JSON serialization.

(For Tuple0, this method returns an empty map.)

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{};