Equipment class

Material and name resources for Missions and Chore.

Constructors

Equipment()

Properties

active bool
getter/setter pair
area String
Imitating real classes / Just using String-names.
getter/setter pair
areas Map<String, String>
representation on aerial entities
getter/setter pair
car String
getter/setter pair
cars Map<String, String>
That's what you drive.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
law String
getter/setter pair
machine String
getter/setter pair
money String
getter/setter pair
months Map<String, String>
Might be better from intl? package. Do it Map.
getter/setter pair
notAvailable String
getter/setter pair
office String
getter/setter pair
officeCities Map<String, String>
Nice little towns from civilized world.
getter/setter pair
people String
getter/setter pair
programAreas Map<String, String>
getter/setter pair
random Random
getter/setter pair
resL List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String
getter/setter pair
twoWeeks Map<String, String>
getter/setter pair
unknown String
getter/setter pair
weekDays Map<String, String>
How about 3-letter abbreviations?
getter/setter pair

Methods

allocate(int _r, int _c) List<String>
simulation: Produce nice-looking allocation-list of resources.
init(String caller) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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