AudioMode constructor

AudioMode(
  1. {String? mode,
  2. bool? isSelectedValue}
)

Implementation

AudioMode({this.mode, this.isSelectedValue});