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