TargetClosedException constructor

TargetClosedException(
  1. String method, {
  2. required String reason,
})

Implementation

TargetClosedException(this.method, {required this.reason});