toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final block = this.block;
final cluster = this.cluster;
final host = this.host;
final subblock = this.subblock;
return {
'block': ?block,
'cluster': ?cluster,
'host': ?host,
'subblock': ?subblock,
};
}