FormAnswer class
Constructors
Properties
- adf → JsonNode?
-
Answer in Atlassian Document Format (ADF)
final
-
choices
→ List<
String> -
IDs of selected choices
final
- date → String?
-
Answer in date format (yyyy-MM-dd)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String?
-
Answer in free text format
final
- time → String?
-
Answer in timestamp format (HH:mm).
final
-
users
→ List<
String> -
IDs of selected users
final
Methods
-
copyWith(
{JsonNode? adf, List< String> ? choices, String? date, String? text, String? time, List<String> ? users}) → FormAnswer -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited