FormComponentOptions class

Abstract class for additional options for a FormComponent

Implementers

Constructors

FormComponentOptions({String? description, String? label})
Enables const constructors
const
FormComponentOptions.fromJson(Map<String, dynamic> json)
Deserializes json into TextComponentOptions

Properties

description String?
Description that describes the Component
final
hashCode int
The hash code for this object.
no setteroverride
label String?
Label to be used instead of FormComponent.property
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes FormComponentOptions to json
toString() String
A string representation of this object.
override

Operators

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