KeyedGroup constructor

KeyedGroup({
  1. String? key,
  2. List<NestedPolicyResponse>? responses,
})

Implementation

KeyedGroup({this.key, this.responses});