vbucksBreakdown property Null safety
get vbucks breakdown of profile
Implementation
List<MtxItem> get vbucksBreakdown {
confirmInitialized();
return items.whereType<MtxItem>().toList();
}
get vbucks breakdown of profile
List<MtxItem> get vbucksBreakdown {
confirmInitialized();
return items.whereType<MtxItem>().toList();
}