payload property
final
An optional dynamic payload attached to the variant.
May be a JSON-decodable value (map, list, string, number, boolean, null).
Implementation
final Object? payload;
An optional dynamic payload attached to the variant.
May be a JSON-decodable value (map, list, string, number, boolean, null).
final Object? payload;