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

fields List<String>
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
key String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>
final

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

Static Methods

fromList(List<Map> list) List<NoteInfo>