Note class

A proposal may be associated to several notes.

Constructors

Note({String? createTime, String? creatorRole, String? note, String? noteId, String? proposalRevision})
Note.fromJson(Map _json)

Properties

createTime String?
The timestamp for when this note was created.
getter/setter pair
creatorRole String?
The role of the person (buyer/seller) creating the note.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
note String?
The actual note to attach.
getter/setter pair
noteId String?
The unique ID for the note.
getter/setter pair
proposalRevision String?
The revision number of the proposal when the note is created.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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