DisplayClaims constructor

const DisplayClaims({
  1. required List<XUI> xui,
})

Implementation

const DisplayClaims({
  required this.xui,
});