name property

String name

Implementation

String get name {
  switch (this) {
    case AmityWatcherDataFormat.flv:
      return 'flv';
    case AmityWatcherDataFormat.hls:
      return 'hls';
    case AmityWatcherDataFormat.rtmp:
      return 'rtmp';
    default:
      return "";
  }
}