PandoraTypeValueType constructor Null safety
- {required bool optional,
- PandoraType? defaultValue}
Implementation
const PandoraTypeValueType({required super.optional, super.defaultValue});
const PandoraTypeValueType({required super.optional, super.defaultValue});