SendLevelResponse constructor

const SendLevelResponse(
  1. String address,
  2. dynamic level,
  3. dynamic target,
  4. int remaining,
  5. int timestamp,
)

Implementation

const factory SendLevelResponse(String address, dynamic level, dynamic target, int remaining, int timestamp) =
    _$SendLevelResponse;