WorldBehavior constructor
const
WorldBehavior({})
Implementation
const WorldBehavior({
required this.id,
required this.driver,
required this.touchpoint,
required this.method,
required this.args,
required this.maxAttempts,
this.backoffBaseMs = 50,
this.backoffFactor = 2.0,
this.expect = 'green',
});