init method
Called when this behaviour should be initialized
After calling this method any call to isInitialized should return true.
Implementation
@override
void init() {
lines = generateLines(numLines!);
}
Called when this behaviour should be initialized
After calling this method any call to isInitialized should return true.
@override
void init() {
lines = generateLines(numLines!);
}