Attribute class Null safety
A class that provides a list of valid attributes for podcasts.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
- ARTIST_TERM → const Attribute
-
Attribute._('artistTerm')
- AUTHOR_TERM → const Attribute
-
Attribute._('authorTerm')
- DESCRIPTION_TERM → const Attribute
-
Attribute._('descriptionTerm')
- GENRE_TERM → const Attribute
-
Attribute._('genreIndex')
- KEYWORDS_TERM → const Attribute
-
Attribute._('keywordsTerm')
- LANGUAGE_TERM → const Attribute
-
Attribute._('languageTerm')
- NONE → const Attribute
-
Attribute._('')
- RATING_TERM → const Attribute
-
Attribute._('ratingIndex')
- TITLE_TERM → const Attribute
-
Attribute._('titleTerm')