consent property

  1. @JsonKey(defaultValue: [])
List<ConsentItem> consent
getter/setter pair

Implementation

@JsonKey(defaultValue: [])
late List<ConsentItem> consent = [];