BindError<T> constructor

BindError<T>({
  1. required T controller,
  2. required String? tag,
  3. String? message,
})

Creates a BindError

Implementation

BindError({required this.controller, required this.tag, this.message});