BlogPostUpdateRequestVersion class

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
An optional message to be stored with the version.
final
number int?
The version number, must be incremented by one.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? number, String? message}) BlogPostUpdateRequestVersion
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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