PropertyInfo class
Information about a property that can be bound to.
These are normally static references within a class that inherits from BindableBase.
Constructors
- PropertyInfo(String _name, Type _type, [Object? defaultValue])
- Creates a new instance of PropertyInfo.
Properties
- defaultValue → Object?
-
A properties default value.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
A unique id used by fmvvm to tie this propertyinfo to a backing field in a class instance.
no setter
- name → String
-
The name of the property.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → Type
-
The type of the property.
no setter
Methods
-
createFieldData(
) → FieldData - Used by fmvvm to create backing information for this property info.
-
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