UXPWidgetFull class

Annotations
  • @JsonSerializable()

Constructors

UXPWidgetFull.new(String? name, String? id, String? sourceUrl, String? key, bool? isTemplate, String? templateType, String? templateId, String? templateKey, bool? isDefaultTemplate, UXPProps? props)
UXPWidgetFull.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDefaultTemplate bool?
final
isTemplate bool?
final
key String?
final
name String?
final
props UXPProps?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceUrl String?
final
templateId String?
final
templateKey String?
final
templateType String?
final

Methods

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