isPrototypeMode property
bool
get
isPrototypeMode
True if we are in prototype mode
Implementation
bool get isPrototypeMode {
return requiresPrototypeData;
}
True if we are in prototype mode
bool get isPrototypeMode {
return requiresPrototypeData;
}