Skip to content

Linter error: avoid_positional_boolean_parameters #16

@skogsbaer

Description

@skogsbaer

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions