Cancel<T> constructor

const Cancel<T>(
  1. String? message
)

Implementation

const Cancel(this.message);