data property

String? get data
inherited

Arbitrary data for the NUX. The structure is defined by the NUX itself. Limited to 300 characters.

Implementation

String get $type; String get id; bool get completed;/// Arbitrary data for the NUX. The structure is defined by the NUX itself. Limited to 300 characters.
String? get data;