toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final protobufPythonicTypesEnabled = this.protobufPythonicTypesEnabled;
final restAsyncIoEnabled = this.restAsyncIoEnabled;
final unversionedPackageDisabled = this.unversionedPackageDisabled;
return {
'protobufPythonicTypesEnabled': ?protobufPythonicTypesEnabled,
'restAsyncIoEnabled': ?restAsyncIoEnabled,
'unversionedPackageDisabled': ?unversionedPackageDisabled,
};
}