NothingParams constructor

const NothingParams(
  1. {@Default(LifeEventType.nothing) LifeEventType type}
)

Implementation

const factory NothingParams({@Default(LifeEventType.nothing) LifeEventType type}) = _NothingParams;