Data constructor

Data([
  1. DataFormat format = DataFormat.UNKNOWN
])

Implementation

Data([this.format = DataFormat.UNKNOWN]);