toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (fpVal != null) 'fpVal': fpVal!,
if (intVal != null) 'intVal': intVal!,
if (mapVal != null) 'mapVal': mapVal!,
if (stringVal != null) 'stringVal': stringVal!,
};