toJson method

Map<String, dynamic> toJson(
  1. T input
)

Implementation

Map<String, dynamic> toJson(T input) => _toJsonConverter(input);