Input$VoteItemInput class
Constructors
-
Input$VoteItemInput.new({required String name, String? content, required List<
String> matchLabel, required Enum$VoteItemTypeEnum type, required int order, int? score, int? weightMatchLabel, required bool isRandomizeAnswerOrder, required bool isPublished, required List<Input$VoteOptionInput?> options}) -
factory
-
Input$VoteItemInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- content → String?
-
no setter
-
copyWith
→ CopyWith$Input$VoteItemInput<
Input$VoteItemInput> -
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isPublished → bool
-
no setter
- isRandomizeAnswerOrder → bool
-
no setter
-
matchLabel
→ List<
String> -
no setter
- name → String
-
no setter
-
options
→ List<
Input$VoteOptionInput?> -
no setter
- order → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → int?
-
no setter
- type → Enum$VoteItemTypeEnum
-
no setter
- weightMatchLabel → int?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override