Skip to content

Static country codes #1

@filippomenchini

Description

@filippomenchini

It would be nice to have static country codes.
Example:

class CountryCodes {
    static String Italy => "IT";
    static String Usa => "US";
    // and following...
}

Then, you would use them like this:

final artist = tidal.artist.getSingleArtist(id: 1234, countryCode: CountryCodes.Italy);

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions