Objecttype enum

Object Type (if Gravity is object) options: airplane, apple, backpack, banana, baseball_bat, baseball_glove, bear, bed, bench, bicycle, bird, boat, book, bottle, bowl, broccoli, bus, cake, car, carrot, cat, cell_phone, chair, clock, couch, cow, cup, dining_table, dog, donut, elephant, fire_hydrant, fork, frisbee, giraffe, hair_drier, handbag, horse, hot_dog, keyboard, kite, knife, laptop, microwave, motorcycle, mouse, orange, oven, parking_meter, person, pizza, potted_plant, refrigerator, remote, sandwich, scissors, sheep, sink, skateboard, skis, snowboard, spoon, sports_ball, stop_sign, suitcase, surfboard, teddy_bear, tennis_racket, tie, toaster, toilet, toothbrush, traffic_light, train, truck, tv, umbrella, vase, wine_glass, zebra

Inheritance
Available extensions

Values

airplane → const Objecttype
const Objecttype('airplane')
apple → const Objecttype
const Objecttype('apple')
backpack → const Objecttype
const Objecttype('backpack')
banana → const Objecttype
const Objecttype('banana')
baseball_bat → const Objecttype
const Objecttype('baseball_bat')
baseball_glove → const Objecttype
const Objecttype('baseball_glove')
bear → const Objecttype
const Objecttype('bear')
bed → const Objecttype
const Objecttype('bed')
bench → const Objecttype
const Objecttype('bench')
bicycle → const Objecttype
const Objecttype('bicycle')
bird → const Objecttype
const Objecttype('bird')
boat → const Objecttype
const Objecttype('boat')
book → const Objecttype
const Objecttype('book')
bottle → const Objecttype
const Objecttype('bottle')
bowl → const Objecttype
const Objecttype('bowl')
broccoli → const Objecttype
const Objecttype('broccoli')
bus → const Objecttype
const Objecttype('bus')
cake → const Objecttype
const Objecttype('cake')
car → const Objecttype
const Objecttype('car')
carrot → const Objecttype
const Objecttype('carrot')
cat → const Objecttype
const Objecttype('cat')
cell_phone → const Objecttype
const Objecttype('cell_phone')
chair → const Objecttype
const Objecttype('chair')
clock → const Objecttype
const Objecttype('clock')
couch → const Objecttype
const Objecttype('couch')
cow → const Objecttype
const Objecttype('cow')
cup → const Objecttype
const Objecttype('cup')
dinpinpg_table → const Objecttype
const Objecttype('dining_table')
dog → const Objecttype
const Objecttype('dog')
donut → const Objecttype
const Objecttype('donut')
elephant → const Objecttype
const Objecttype('elephant')
fire_hydrant → const Objecttype
const Objecttype('fire_hydrant')
fork → const Objecttype
const Objecttype('fork')
frisbee → const Objecttype
const Objecttype('frisbee')
giraffe → const Objecttype
const Objecttype('giraffe')
hair_drier → const Objecttype
const Objecttype('hair_drier')
handbag → const Objecttype
const Objecttype('handbag')
horse → const Objecttype
const Objecttype('horse')
hot_dog → const Objecttype
const Objecttype('hot_dog')
keyboard → const Objecttype
const Objecttype('keyboard')
kite → const Objecttype
const Objecttype('kite')
knife → const Objecttype
const Objecttype('knife')
laptop → const Objecttype
const Objecttype('laptop')
microwave → const Objecttype
const Objecttype('microwave')
motorcycle → const Objecttype
const Objecttype('motorcycle')
mouse → const Objecttype
const Objecttype('mouse')
orange → const Objecttype
const Objecttype('orange')
oven → const Objecttype
const Objecttype('oven')
parkinpg_meter → const Objecttype
const Objecttype('parking_meter')
person → const Objecttype
const Objecttype('person')
pizza → const Objecttype
const Objecttype('pizza')
potted_plant → const Objecttype
const Objecttype('potted_plant')
refrigerator → const Objecttype
const Objecttype('refrigerator')
remote → const Objecttype
const Objecttype('remote')
sandwich → const Objecttype
const Objecttype('sandwich')
scissors → const Objecttype
const Objecttype('scissors')
sheep → const Objecttype
const Objecttype('sheep')
sinpk → const Objecttype
const Objecttype('sink')
skateboard → const Objecttype
const Objecttype('skateboard')
skis → const Objecttype
const Objecttype('skis')
snowboard → const Objecttype
const Objecttype('snowboard')
spoon → const Objecttype
const Objecttype('spoon')
sports_ball → const Objecttype
const Objecttype('sports_ball')
stop_sign → const Objecttype
const Objecttype('stop_sign')
suitcase → const Objecttype
const Objecttype('suitcase')
surfboard → const Objecttype
const Objecttype('surfboard')
teddy_bear → const Objecttype
const Objecttype('teddy_bear')
tennis_racket → const Objecttype
const Objecttype('tennis_racket')
tie → const Objecttype
const Objecttype('tie')
toaster → const Objecttype
const Objecttype('toaster')
toilet → const Objecttype
const Objecttype('toilet')
toothbrush → const Objecttype
const Objecttype('toothbrush')
traffic_light → const Objecttype
const Objecttype('traffic_light')
trainp → const Objecttype
const Objecttype('train')
truck → const Objecttype
const Objecttype('truck')
tv → const Objecttype
const Objecttype('tv')
umbrella → const Objecttype
const Objecttype('umbrella')
vase → const Objecttype
const Objecttype('vase')
winpe_glass → const Objecttype
const Objecttype('wine_glass')
zebra → const Objecttype
const Objecttype('zebra')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

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

Constants

values → const List<Objecttype>
A constant List of the values in this enum, in order of their declaration.