From 373dbe8ea1562e752390eaabfc8812427fe5f1fd Mon Sep 17 00:00:00 2001 From: ramin-deriv Date: Thu, 18 Jul 2024 13:18:38 +0800 Subject: [PATCH] chore: add a doc --- .../lib/src/models/indicator_tab_label.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/deriv_mobile_chart_wrapper/lib/src/models/indicator_tab_label.dart b/packages/deriv_mobile_chart_wrapper/lib/src/models/indicator_tab_label.dart index 2878f49e1..62a0e8dac 100644 --- a/packages/deriv_mobile_chart_wrapper/lib/src/models/indicator_tab_label.dart +++ b/packages/deriv_mobile_chart_wrapper/lib/src/models/indicator_tab_label.dart @@ -25,6 +25,7 @@ enum IndicatorTabLabel { } } + /// Defines each tab label is equivalent to which [IndicatorCategory]. IndicatorCategory? get toIndicatorCategory { switch (this) { case IndicatorTabLabel.momentum: