ObjectDataType<T> constructor

const ObjectDataType<T>(
  1. T defaultValue
)

Implementation

const ObjectDataType(this.defaultValue);