MythicKeystoneAffixesIndexResponse constructor
const
MythicKeystoneAffixesIndexResponse({
- required Links links,
- required List<
KeyNameIdData> affixes,
Creates an instance of MythicKeystoneAffixesIndexResponse.
All fields are required.
Implementation
const MythicKeystoneAffixesIndexResponse({
required this.links,
required this.affixes,
});