ComponentDescriptor class

Inheritance

Constructors

ComponentDescriptor.fromJson(Map<String, dynamic> json)

Properties

actions String?
getter/setter pair
clazz String
getter/setter pair
clusteringMode ComponentClusteringMode
final
configurationDescriptor Map<String, dynamic>?
getter/setter pair
configurationVersion int
final
createdTime int?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id ComponentDescriptorId?
getter/setter pairinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope ComponentScope
getter/setter pair
type ComponentType
getter/setter pair

Methods

baseDataString([String? toStringBody]) String
inherited
getCreatedTime() int?
inherited
getId() ComponentDescriptorId?
inherited
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
inherited
setId(ComponentDescriptorId? id) → dynamic
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
override

Operators

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