IValueObject<T> constructor

const IValueObject<T>({
  1. String? initialValue,
})

Implementation

const IValueObject({
  this.initialValue,
});