NodeCreate class

Available extensions
Annotations
  • @JsonSerializable.new()
  • @ApiUuidJsonConverter.new()

Constructors

NodeCreate({required String previous, String? pathHash, required NodeCreateContent content})
const
NodeCreate.fromJson(Map<String, dynamic> jsonMap)
factory

Properties

content NodeCreateContent
final
hashCode int
The hash code for this object.
no setterinherited
pathHash String?
final
previous String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validPrevious String?

Available on NodeCreate, provided by the NodeCreateExtensions extension

Get previous as nullable (converts empty string to null)
no setter

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.
override
validate() → void

Available on NodeCreate, provided by the NodeCreateExtensions extension

Validates NodeCreate

Operators

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