NativeValueType<T> constructor Null safety

const NativeValueType<T>(
  1. {required bool optional,
  2. T? defaultValue}
)

Implementation

const NativeValueType({required super.optional, super.defaultValue});