toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final result$data = <String, dynamic>{};
  if (_$data.containsKey('customKey')) {
    final l$customKey = customKey;
    result$data['customKey'] = l$customKey;
  }
  if (_$data.containsKey('customValue')) {
    final l$customValue = customValue;
    result$data['customValue'] = l$customValue;
  }
  return result$data;
}