toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (delimitedBytes != null) 'delimitedBytes': delimitedBytes!,
if (orderedCodeBytes != null) 'orderedCodeBytes': orderedCodeBytes!,
if (singleton != null) 'singleton': singleton!,
};