toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'zero_value': zeroValue,
'one_value': oneValue,
'two_value': twoValue,
'few_value': fewValue,
'many_value': manyValue,
'other_value': otherValue,
'@type': constructor,
};