KeyedGroup constructor
KeyedGroup({
- String? key,
- List<
NestedPolicyResponse> ? responses,
Implementation
KeyedGroup({this.key, this.responses});
KeyedGroup({this.key, this.responses});