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