ExistsResult constructor

const ExistsResult({
  1. required bool exists,
  2. required Cas? cas,
})

Implementation

const ExistsResult({
  required this.exists,
  required this.cas,
});