CanBeEmptyStringValueType constructor Null safety

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

Implementation

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