Loading<T> constructor

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

Implementation

Loading({this.data, super.lastUpdate}) : super._();