DataType constructor

const DataType({
  1. required String backendName,
})

Define a Datatype with a corresponding backendName

Implementation

const DataType({
  required this.backendName,
});