model_isOfType<T> method

  1. @protected
  2. @nonVirtual
bool model_isOfType<T>()
inherited

Implementation

@protected
@nonVirtual
bool model_isOfType<T>() {
  return (this.$getModelHandler<dynamic>("model", true) is $ModelHandler<T>);
}