Children class
A representation of the Children json for the Notion API.
Constructors
-
Children.new({Heading? heading, Paragraph? paragraph, List<
ToDo> ? toDo})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic - Convert this to a json representation valid for the Notion API.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited