Available constructor

const Available({
  1. required bool isEnabled,
})

Implementation

const Available({required this.isEnabled});