ObjectConstructor class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

ObjectConstructor()

Properties

hashCode int
The hash code for this object.
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

Static Properties

defineProperties ↔ T Function<T>(T, Object)
getter/setter pair
defineProperty ↔ T Function<T>(T, Object, Object)
getter/setter pair
getOwnPropertyDescriptor PropertyDescriptor? Function(Object, [dynamic])
getter/setter pair
getOwnPropertyDescriptors Object Function<T>(T)
getter/setter pair
getOwnPropertyNames List<String> Function([dynamic])
getter/setter pair
getOwnPropertySymbols List<Symbol> Function([dynamic])
getter/setter pair
getPrototypeOf ↔ dynamic Function([dynamic])
getter/setter pair
hasOwn bool Function(Object, Object)
getter/setter pair
is$ bool Function([dynamic, dynamic])
getter/setter pair
isExtensible bool Function([dynamic])
getter/setter pair
isFrozen bool Function([dynamic])
getter/setter pair
isSealed bool Function([dynamic])
getter/setter pair
preventExtensions ↔ T Function<T>(T)
getter/setter pair
seal ↔ T Function<T>(T)
getter/setter pair
setPrototypeOf ↔ dynamic Function([dynamic, Object?])
getter/setter pair