TBLExtraPropertyWithLevel class

Wrapper class that associates an extra property value with its level level. This allows consumers to know where a property was defined in the hierarchy.

Constructors

TBLExtraPropertyWithLevel({required String value, required TBLExtraPropertyLevel level})
TBLExtraPropertyWithLevel.fromJson(Map json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
level TBLExtraPropertyLevel
The level where this property was defined (global, page, or unit)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The property value
final

Methods

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

Operators

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

Constants

LEVEL_KEY → const String
TAG → const String
VALUE_KEY → const String