ContextualConfiguration class

Details of the contextual configuration for a custom field.

Constructors

ContextualConfiguration({dynamic configuration, required String fieldContextId, required String id, dynamic schema})
ContextualConfiguration.fromJson(Map<String, Object?> json)
factory

Properties

configuration → dynamic
The field configuration.
final
fieldContextId String
The ID of the field context the configuration is associated with.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of the configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema → dynamic
The field value schema.
final

Methods

copyWith({dynamic configuration, String? fieldContextId, String? id, dynamic schema}) ContextualConfiguration
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