MyValue_Bool constructor

const MyValue_Bool(
  1. bool field0
)

Implementation

const factory MyValue_Bool(final bool field0) = _$MyValue_BoolImpl;