GetStatus<T>.custom constructor

GetStatus<T>.custom()

Creates a custom status.

Implementation

factory GetStatus.custom() => CustomStatus<T>();