KaraSection enum
Mark a section of Kara file.
Constructors
- KaraSection()
-
const
Values
- header → const KaraSection
-
Contains metadata of the song.
- singers → const KaraSection
-
Contains singer names.
- intro → const KaraSection
-
Also known as Introduction. https://en.wikipedia.org/wiki/Introduction_(music)
Use to distinguish song sections.
Also check verse, preChorus, chorus, postChorus, bridge, postBridge, and outro.
- verse → const KaraSection
-
Use to distinguish song sections.
Also check intro, preChorus, chorus, postChorus, bridge, postBridge, and outro.
- preChorus → const KaraSection
-
Use to distinguish song sections.
Also check intro, verse, chorus, postChorus, bridge, and postBridge, and outro.
- chorus → const KaraSection
-
Use to distinguish song sections.
Also check intro, verse, preChorus, postChorus, bridge, postBridge, and outro.
- postChorus → const KaraSection
-
Use to distinguish song sections.
Also check intro, verse, preChorus, chorus, bridge, postBridge, and outro.
- bridge → const KaraSection
-
Use to distinguish song sections.
Also check intro, verse, preChorus, chorus,
postChrous
, postBridge, and outro. - postBridge → const KaraSection
-
Use to distinguish song sections.
Also check intro, verse, preChorus, chorus,
postChrous
, bridge, and outro. - outro → const KaraSection
-
Use to distinguish song sections.
Also check intro, verse, preChorus, chorus,
postChrous
, bridge, and postBridge.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isSongStructure → bool
-
Section of a song structure.
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<
KaraSection> - A constant List of the values in this enum, in order of their declaration.