MythicKeystoneAffixesIndexResponse constructor

const MythicKeystoneAffixesIndexResponse({
  1. required Links links,
  2. required List<KeyNameIdData> affixes,
})

Creates an instance of MythicKeystoneAffixesIndexResponse.

All fields are required.

Implementation

const MythicKeystoneAffixesIndexResponse({
  required this.links,
  required this.affixes,
});