Loa constructor
Loa({
- Uint8List? loaContent,
- LoaContentType? loaContentType,
Implementation
Loa({
this.loaContent,
this.loaContentType,
});
Loa({
this.loaContent,
this.loaContentType,
});