CarpenterCollectionEmpty<T> constructor

const CarpenterCollectionEmpty<T>({
  1. bool filtered = false,
})

Implementation

const CarpenterCollectionEmpty({this.filtered = false});