GBindError<T> constructor
GBindError<T> ({
- required T controller,
- required String? tag,
Creates a GBindError
Implementation
GBindError({required this.controller, required this.tag});