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