of<T> static method
Implementation
static CounterModel? of<T>(BuildContext context,CounterAspect aspect){
return InheritedModel.inheritFrom<CounterModel>(context, aspect: aspect);
}
static CounterModel? of<T>(BuildContext context,CounterAspect aspect){
return InheritedModel.inheritFrom<CounterModel>(context, aspect: aspect);
}