ServiceAvailableOption constructor
const
ServiceAvailableOption({
- Key? key,
- required ServiceReplayBlocState serviceState,
Implementation
const ServiceAvailableOption({super.key, required this.serviceState});