FireValue<T> constructor

const FireValue<T>(
  1. String name, {
  2. ToFire<T>? toFire,
  3. FromFire<T>? fromFire,
})

Implementation

const FireValue(
  this.name, {
  super.toFire,
  super.fromFire,
});