Note class final

Inheritance

Constructors

Note.new(int postId, String body, int x, int y, int width, int height, bool isActive, int version)
const
Note.fromJson(Map<String, dynamic> json)
factory

Properties

body String
final
createdAt DateTime?
The date and time the resource was created.
finalinherited
hashCode int
The hash code for this object.
no setteroverride
height int
final
id int?
An identifier for the resource.
finalinherited
isActive bool
final
postId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
The date and time the resource was last updated.
finalinherited
version int
final
width int
final
x int
final
y int
final

Methods

copyWith({int? id, int? postId, String? body, int? x, int? y, int? width, int? height, bool? isActive, int? version, DateTime? createdAt, DateTime? updatedAt}) Note
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

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