StringValueType constructor Null safety

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

Implementation

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