CustomMsg<T> constructor
const
CustomMsg<T> (
- T value
Creates a custom message wrapping a value.
Implementation
const CustomMsg(this.value);
Creates a custom message wrapping a value.
const CustomMsg(this.value);