ManualWidgetDj class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

ManualWidgetDj({dynamic key, String? name, List<String>? params, Map<String, dynamic>? args, bool? ignoreArgIfNot = true, dynamic baseWidgetDjType = 'ManualWidget'})

Properties

args Map<String, dynamic>?
getter/setter pair
baseWidgetDjType String
finalinherited
codePartDjType CodePartDjType?
finalinherited
descriptionDj String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
ignoreArgIfNot bool?
getter/setter pair
ignoreArgIfNotNN bool
no setter
key ↔ dynamic
getter/setter pair
name String?
getter/setter pair
params List<String>?
getter/setter pair
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
toCode() List<String>
override
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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