MultipleChoice constructor
const
MultipleChoice({
- required String field,
- @Default(null) String? shortLabel,
- @Default(null) int? rows,
- @Default(null) int? columns,
- @Default(null) bool? grows,
- @Default(null) bool? multiline,
- @Default(null) String? schema,
- @Default(null) List<
String> ? tags, - @Default(null) List<
String> ? codifications, - @Default(null) Map<
String, String> ? options, - @Default(null) Map<
String, String> ? labels, - @Default(null) String? value,
- @Default(null) String? unit,
- @Default(null) bool? required,
- @Default(null) String? hideCondition,
- @Default(null) bool? now,
- @Default(null) bool? translate,
Implementation
const factory MultipleChoice({
required String field,
@Default(null) String? shortLabel,
@Default(null) int? rows,
@Default(null) int? columns,
@Default(null) bool? grows,
@Default(null) bool? multiline,
@Default(null) String? schema,
@Default(null) List<String>? tags,
@Default(null) List<String>? codifications,
@Default(null) Map<String, String>? options,
@Default(null) Map<String, String>? labels,
@Default(null) String? value,
@Default(null) String? unit,
@Default(null) bool? required,
@Default(null) String? hideCondition,
@Default(null) bool? now,
@Default(null) bool? translate,
}) = _MultipleChoice;