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,
};
}