BindError<T> constructor
BindError<T> ({
- required T controller,
- String? tag,
Creates a BindError with the provided controller and optional tag.
Implementation
BindError({required this.controller, this.tag});