toEbuTtDFillLineGapControl method
Implementation
EbuTtDFillLineGapControl toEbuTtDFillLineGapControl() {
switch (this) {
case 'DISABLED':
return EbuTtDFillLineGapControl.disabled;
case 'ENABLED':
return EbuTtDFillLineGapControl.enabled;
}
throw Exception('$this is not known in enum EbuTtDFillLineGapControl');
}