Instance class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

Instance.new({String getemptymask()?, dynamic getmetadata()?, bool hasMaskedValue()?, bool isComplete()?, bool isValid()?, Instance mask(Object)?, void remove()?, void setValue(String)?, String unmaskedvalue()?})
factory

Properties

getemptymask String Function()

Available on Instance, provided by the Instance$Typings extension

getter/setter pair
getmetadata ↔ dynamic Function()

Available on Instance, provided by the Instance$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasMaskedValue bool Function()

Available on Instance, provided by the Instance$Typings extension

getter/setter pair
isComplete bool Function()

Available on Instance, provided by the Instance$Typings extension

getter/setter pair
isValid bool Function()

Available on Instance, provided by the Instance$Typings extension

getter/setter pair
mask Instance Function(Object)

Available on Instance, provided by the Instance$Typings extension

getter/setter pair
option → ({dynamic Function(String key) $1, Instance Function(Options opts, [bool? noremask]) $2})

Available on Instance, provided by the Instance$Typings extension

Overload accessor: $1, $2
no setter
remove ↔ void Function()

Available on Instance, provided by the Instance$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setValue ↔ void Function(String)

Available on Instance, provided by the Instance$Typings extension

getter/setter pair
unmaskedvalue String Function()

Available on Instance, provided by the Instance$Typings extension

getter/setter pair

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