SoftApListParams constructor

SoftApListParams({
  1. required List<SoftAp> softapList,
})

Implementation

SoftApListParams({
  required this.softapList,
});