ValueObjectMK constructor

const ValueObjectMK({
  1. required ValueObjectKind valueObjectKind,
})

Implementation

const factory ValueObjectMK(
    {required final ValueObjectKind valueObjectKind}) = _$ValueObjectMK;