PropertyBindingType enum

Enumeration of types of property bindings.

Inheritance

Constructors

PropertyBindingType()
const

Values

property → const PropertyBindingType

A normal binding to a property (e.g. property='expression').

attribute → const PropertyBindingType

A binding to an element attribute (e.g. attr.name='expression').

cssClass → const PropertyBindingType

A binding to a CSS class (e.g. class.name='condition').

style → const PropertyBindingType

A binding to a style rule (e.g. style.rule='expression').

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<PropertyBindingType>
A constant List of the values in this enum, in order of their declaration.