You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code generation of this code gives a linter error avoid_positional_boolean_parameters
@SumType()
mixin QuestionValue on _QuestionValueBase {
String get _stringValue;
bool get _boolValue;
int get _intValue;
KtList<String> get _stringListValue;
}