isPrototypeMode property

bool get isPrototypeMode

True if we are in prototype mode

Implementation

bool get isPrototypeMode {
  return requiresPrototypeData;
}