Unknown class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

Unknown({required String missingSchemaType, required String description})
Unknown.fromJson(Map<String, dynamic> json)
factory

Properties

blockType String
A unique string-name for the block type.
no setteroverride
description String
final
hashCode int
The hash code for this object.
no setterinherited
layout LayoutConfiguration<ContentItem>?
finalinherited
missingSchemaType String
final
parent ContentItem?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaType String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setParent(Iterable<ContentItem?> children) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

schemaName → const String