ComplexValueType<J, D> constructor
Null safety
- {required bool optional,
- D? defaultValue}
Implementation
const ComplexValueType({required this.optional, this.defaultValue});
const ComplexValueType({required this.optional, this.defaultValue});