IdentityList constructor

IdentityList({
  1. required int total,
  2. required List<Identity> identities,
})

Implementation

IdentityList({required this.total, required this.identities});