GBindError<T> constructor

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

Creates a GBindError

Implementation

GBindError({required this.controller, required this.tag});