menu
wings_data_model
wings_data_model
EntityUpdated
<
T
>
EntityUpdated const constructor
EntityUpdated
brightness_4
EntityUpdated<
T
>
constructor
Null safety
const
EntityUpdated<
T
>
(
T
value
,
T
oldValue
)
Implementation
const EntityUpdated(final T value, this.oldValue) : super(value);
wings_data_model
wings_data_model
EntityUpdated
<
T
>
EntityUpdated const constructor
EntityUpdated class
Constructors
EntityUpdated
Properties
hashCode
oldValue
props
runtimeType
stringify
value
Methods
noSuchMethod
toString
Operators
operator ==