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