PandoraIdValueType constructor Null safety

const PandoraIdValueType(
  1. {required bool optional,
  2. String? defaultValue}
)

Implementation

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