Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fetch({SortOrder? order, bool? reverse, bool? hideBroken, int? offset, int? limit})
→ Future<List<Station>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
registerClick({required String stationUUID})
→ Future<StationClick>
-
-
registerVote({required String stationUUID})
→ Future<StationVote>
-
-
search({String? name, bool? nameExact, String? country, bool? countryExact, String? countryCode, String? state, bool? stateExact, String? language, bool? languageExact, String? tag, bool? tagExact, String? tagList, String? codec, int minimumBitrate = 0, int maximumBitrate = 1000000, bool? hasGeoInfo, bool? hasExtendedInfo, bool? isHTTPS, StationSortOrder order = StationSortOrder.name, bool reverse = false, bool hideBroken = false, int offset = 0, int limit = 100000})
→ Future<List<Station>>
-
-
toString()
→ String
-
A string representation of this object.
inherited