LastEditedTime class

Inheritance
Annotations
  • @immutable

Constructors

LastEditedTime.new({required String name, String? id, Value<DateTime>? valueDetails, String type = _lastEditedTimeType})
const

Properties

formattedDate String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
id String?
finalinherited
name String
The name of the property. This is the name given to the property in the Notion database.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of the property. This is the type of the property in the Notion database.
finalinherited
value DateTime?
no setterinherited
valueDetails Value<DateTime>?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
Converts the property to a map format suitable for Notion API requests.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant Property<DateTime> other) bool
The equality operator.
inherited

Constants

supportedTypes → const List<String>