Fact class

Annotations

Constructors

Fact({required String title, required String value})
One FactSet row; title is the label column, value the value column.
const
Fact.fromJson(Map<String, dynamic> json)
Parses a FactSet fact from card JSON; expands DATE/TIME templates in strings.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
FactSet label column.
final
value String
FactSet value column (displayed and submitted text).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes for RawAdaptiveCardState.setFacts overlays and resolved JSON.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override