MyValue.bool constructor

const MyValue.bool(
  1. bool field0
)

Implementation

const factory MyValue.bool(
  bool field0,
) = MyValue_Bool;