ValorantApiService class abstract

Annotations
  • @RestApi(baseUrl: 'https://valorant-api.com/v1/')

Constructors

ValorantApiService(Dio dio)
factory

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

agents() Future<BaseModel<List<Agent>>>
buddy() Future<BaseModel<List<Buddy>>>
cards() Future<BaseModel<List<Card>>>
contentTiers() Future<BaseModel<List<ContentTier>>>
currencies() Future<BaseModel<List<Currency>>>
gamemodeEquippable() Future<BaseModel<List<GamemodeEquippable>>>
gamemodes() Future<BaseModel<List<Gamemode>>>
maps() Future<BaseModel<List<ValorantMap>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seasons() Future<BaseModel<List<Season>>>
sprays() Future<BaseModel<List<Spray>>>
themes() Future<BaseModel<List<Theme>>>
titles() Future<BaseModel<List<Title>>>
toString() String
A string representation of this object.
inherited
version() Future<BaseModel<Version>>
weapons() Future<BaseModel<List<Weapon>>>

Operators

operator ==(Object other) bool
The equality operator.
inherited