PandoraTypeValueType constructor Null safety

const PandoraTypeValueType(
  1. {required bool optional,
  2. PandoraType? defaultValue}
)

Implementation

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