members property

List<MemberDetail>? members
final

The set of member account invitation requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation.

Implementation

final List<MemberDetail>? members;