toJson method
Implementation
@visibleForTesting
Map<String, dynamic> toJson() => {
"type": type,
"value": value,
}.clearNulls();
@visibleForTesting
Map<String, dynamic> toJson() => {
"type": type,
"value": value,
}.clearNulls();