of<T> static method
Finds the ObjectFormHandler in the widget tree.
Implementation
static ObjectFormHandler<T> of<T>(BuildContext context) {
return Data.of<ObjectFormHandler<T>>(context);
}
Finds the ObjectFormHandler in the widget tree.
static ObjectFormHandler<T> of<T>(BuildContext context) {
return Data.of<ObjectFormHandler<T>>(context);
}