toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"zero_value": zeroValue,
"one_value": oneValue,
"two_value": twoValue,
"few_value": fewValue,
"many_value": manyValue,
"other_value": otherValue,
};
}