skydiveContrails property
get skydive contrails of profile
Implementation
List<AthenaCosmetic> get skydiveContrails =>
cosmetics.where((i) => i.type == "AthenaSkyDiveContrail").toList();
get skydive contrails of profile
List<AthenaCosmetic> get skydiveContrails =>
cosmetics.where((i) => i.type == "AthenaSkyDiveContrail").toList();