requireBuildContext property

  1. @internal
bool requireBuildContext
inherited

If this is true, initializing must be done by ViewModelBuilder of the refena_flutter package. This flag is needed to throw an exception if the user forgets to use ViewModelBuilder.

Implementation

@internal
bool get requireBuildContext => false;