isSpawned property
bool
get
isSpawned
Returns true
if this instance already have spawned a script.
Implementation
bool get isSpawned => _spawned;
Returns true
if this instance already have spawned a script.
bool get isSpawned => _spawned;