MyMusic class
Constructors
- MyMusic()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
musicGenreM
↔ Map<
String, String> -
music Genres from: https://en.wikipedia.org/wiki/List_of_popular_music_genres
musicGenreM Map
getter/setter pair
-
myArtistM
↔ Map<
String, String> -
my favorite artists Map
getter/setter pair
-
myGenreM
↔ Map<
String, String> -
my music genres Map
getter/setter pair
-
myInstrumentM
↔ Map<
String, String> -
my Instruments Map
getter/setter pair
-
myMusicClayM
↔ Map<
String, Map< String, String> > -
myMusicClayM Map
getter/setter pair
-
myMusicM
↔ Map<
String, String> -
myMusicM Map
getter/setter pair
- name ↔ String
-
name
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildMaps(
) → void - Method buildMaps
-
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