BooleanValueType constructor Null safety

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

Implementation

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