metadataJson property

QueryStringProperty<ChunkEntity> metadataJson
final

See ChunkEntity.metadataJson.

Implementation

static final metadataJson = obx.QueryStringProperty<ChunkEntity>(
  _entities[0].properties[7],
);