PresenceCheck constructor

const PresenceCheck({
  1. required bool pending,
})

Implementation

const PresenceCheck({required this.pending});