ContentExtensionBuilder class final

Inheritance
  • Object
  • ExtensionBuilder
  • ContentExtensionBuilder

Constructors

ContentExtensionBuilder()

Properties

extensionType Type
The runtime Type of the extension.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the extension.
finalinherited

Methods

build(List<ExtensionDescriptor> extensions) → void
Builds the extension.
override
dispose() → void
Disposes the extension.
override
fromJson<T>(String typeName, Map<String, dynamic> json) → T?
getContentBuilder(String schemaType) ContentBuilder<ContentItem>?
getTypeRegistry() Map<Type, Map<String, TypeDescriptor>>
init() → void
Initializes the extension.
inherited
isRegistered<T>(TypeDescriptor<T> descriptor) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register<T>(TypeDescriptor<T> descriptor) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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