PandaViewConfigModel<TypeConfig extends PandaTypeConfigModel> class

Constructors

PandaViewConfigModel({required String keyName, String? title, String? description, String? placeholder, PandaViewConfigType? type, List<PandaAppendableConfigModel>? appendables, TypeConfig? typeConfig, PandaValidationConfig? validationConfig})
PandaViewConfigModel.fromJson(LinkedHashMap<String, dynamic> json)
factory

Properties

appendables List<PandaAppendableConfigModel>?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyName String
getter/setter pair
placeholder String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
type PandaViewConfigType?
getter/setter pair
typeConfig ↔ TypeConfig?
getter/setter pair
validationConfig PandaValidationConfig?
getter/setter pair

Methods

getChildrenConfigKeysOfType(PandaViewConfigType viewType, {String? parentKey}) List<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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