ComplexJsonObjectValueType<D> constructor Null safety

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

Implementation

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