Datum constructor

Datum(
  1. dynamic val
)

Implementation

Datum(val) : super(null, null) {
  this.data = val;
}