PropertiesAdmin class abstract

Constructors

PropertiesAdmin()

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

getPropertiesForPrefix(String prefix) PropertyDict
Get all properties whose keys begin with prefix. If prefix is an empty string then all properties are returned.
getProperty(String key) String
Get a property by key. If the property is not set, an empty string is returned.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setProperties(PropertyDict newProperties) → void
Update the communicator's properties with the given property set.
toString() String
A string representation of this object.
inherited

Operators

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