toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (concatenate != null) 'concatenate': concatenate!.toJson(),
if (lowerCase != null) 'lowerCase': lowerCase!.toJson(),
if (upperCase != null) 'upperCase': upperCase!.toJson(),
};