NoteInfo class
You can use this with functions that return Java NoteInfos or Lists of NoteInfos
Constructors
-
NoteInfo.new(int id, List<
String> fields, List<String> tags) -
const
- NoteInfo.from(Map map)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited