toM2tsNielsenId3 method
Implementation
M2tsNielsenId3 toM2tsNielsenId3() {
switch (this) {
case 'INSERT':
return M2tsNielsenId3.insert;
case 'NONE':
return M2tsNielsenId3.none;
}
throw Exception('$this is not known in enum M2tsNielsenId3');
}