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