toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (protobufPythonicTypesEnabled != null)
'protobufPythonicTypesEnabled': protobufPythonicTypesEnabled!,
if (restAsyncIoEnabled != null) 'restAsyncIoEnabled': restAsyncIoEnabled!,
if (unversionedPackageDisabled != null)
'unversionedPackageDisabled': unversionedPackageDisabled!,
};