IntProperty class

*[<Null safety>](https://dart.dev/null-safety)*

Constructors

IntProperty.deleted ()

Creates an IntProperty that does nothing.

Properties

hashCode → int

The hash code for this object.
read-onlyinherited

runtimeType → Type

A representation of the runtime type of the object.
read-onlyinherited

valid → bool

Returns true only if this Property is present in underlying storage.
read-onlyinherited

Methods

add(int delta) void

Adds delta to the value of this metric.
inherited

delete() void

Deletes this Property from underlying storage. Calls on a deleted Property have no effect and do not result in an error.
inherited

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
inherited

setValue(int value) void

Sets the value of this Property.
inherited

subtract(int delta) void

Subtracts delta from the value of this metric.
inherited

toString() String

A string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator.
inherited