PropertyContent mixin

An interface to write properties to format encoders and object builders.

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
properties(String name, Map<String, dynamic> map) → void
Writes a property map named by name and with contents in map.
property(String name, Object? value) → void
Writes a property named by name and with value.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited