Audience constructor

Audience(
  1. List<String> _audiences
)

Implementation

Audience(this._audiences) : assert(_audiences.isNotEmpty);