toJson method

Map<String, dynamic> toJson()

Implementation

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