FeedbackType enum Null safety Types
리포트 카드의 피드백 종류
Constants
- dontKnow → const FeedbackType
-
모르겠음
const FeedbackType(2)
- helpful → const FeedbackType
-
도움됨
const FeedbackType(0)
- notHelpful → const FeedbackType
-
도움되지 않음
const FeedbackType(1)
-
values
→ const List<
FeedbackType> -
A constant List of the values in this enum, in order of their declaration.
const List<
FeedbackType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited