Initial<T> constructor

Initial<T>({
  1. T? data,
  2. DateTime? lastUpdate,
})

Implementation

Initial({super.data, super.lastUpdate});