Sounds enum

List of sounds available to use

Inheritance

Constructors

Sounds(String _path)
const

Values

click → const Sounds
const Sounds('click.mp3?alt=media&token=ed19939f-7703-475e-8367-1a70629c011b')
orderComplete → const Sounds
const Sounds('order_complete.mp3?alt=media&token=098ac606-79d6-4c22-9ea6-fc3888a644c6')
success → const Sounds
const Sounds('success.mp3?alt=media&token=32dd1ca2-44cb-4e6a-b48b-3525c6994b89')
welcome → const Sounds
const Sounds('welcome.mp3?alt=media&token=08cf0c5b-3ad6-4f2f-80c7-fd6e1006f2e7')
woodHit → const Sounds
const Sounds('wood_hit.mp3?alt=media&token=45ead6f3-d244-4aaf-8d65-be6cbdd612e6')
addToCart → const Sounds
const Sounds('add_to_cart.mp3?alt=media&token=c62baff3-09b1-4f7c-9f3f-f71f74cdbb90')
action → const Sounds
const Sounds('action.mp3?alt=media&token=e17f955c-ebb9-4300-a02f-41f137107180')
deleted → const Sounds
const Sounds('trash.mp3?alt=media&token=d5424098-1562-4f3b-9576-625b00fb3457')
drag → const Sounds
const Sounds('drag.mp3?alt=media&token=057e9b1e-b074-41c8-81ee-10c9a3bd7a8a')
open → const Sounds
const Sounds('boton.mp3?alt=media&token=da09829c-f159-4e2f-a57b-36eac5a1d346')
intro → const Sounds
const Sounds('intro.mp3?alt=media&token=fd3dd422-1b7e-4e7f-bd2e-9ad4aab69ea1')
cashingMachine → const Sounds
const Sounds('kaching.mp3?alt=media&token=19c09a9d-d062-4ef2-b266-27f3773a1d7e')

Properties

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

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<Sounds>
A constant List of the values in this enum, in order of their declaration.