BatLoopClass class

Constructors

BatLoopClass()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batCount(dynamic numX, dynamic numY, dynamic numZ) num
Totals sums of 3 functions, WHICH RETURN num values.
batFight(dynamic batman, dynamic robin, dynamic joker, bool condition) bool
TODO teamDev Untested function, NOT-READY TODO teamNext returns, when joker returns false and others are true
batHome(dynamic batman, dynamic robin, dynamic joker) → void
PLAN: maybe some base-class.. and these three work inside it MAYBE: using dependency injection so plant 3 in one
batLoopInfo() → void
presents info about batLoop functions: batLoopInfo
batMail() String
:(
batMobile(dynamic batman, dynamic robin, dynamic joker) → void
Maybe some class, which includes these 3 methods. Mobile must be... but what would it do ?
batRide(dynamic batman, dynamic robin, dynamic joker, num batNum, num robinNum, dynamic numJokerNum) → void
TODO teamNext PLAN: execute 3 of functions X times.. or X DISTANCE.
batTotal(dynamic batman, dynamic robin, dynamic joker) num
Totals sums of 3 functions, WHICH RETURN num value. (simple)
doBatLine(String msg) → void
doLine(String msg) → void
joker(dynamic batman, dynamic robin, dynamic joker) → void
PLAN: exception in output.. joker wins.. maybe..
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rollTrue(dynamic batman, dynamic robin, dynamic joker) → void
Roll 3 functions until everyone returns true
toString() String
A string representation of this object.
inherited
trueBat(dynamic bat, dynamic robin, dynamic joker, bool condition) bool
three functions are rolled until ALL THREE return true TODO Functions ..something clever planned here... suppose, but what?

Operators

operator ==(Object other) bool
The equality operator.
inherited