InvalidationList constructor
InvalidationList({})
Implementation
InvalidationList({
required this.isTruncated,
required this.marker,
required this.maxItems,
required this.quantity,
this.items,
this.nextMarker,
});