ValueType<J, D> constructor

const ValueType<J, D>({
  1. required bool optional,
})

Implementation

const ValueType({required this.optional});