ApplicationRoleConnectionMetadata class

Metadata for an app's role connections.

Properties

description String
A description of this role connection.
final
hashCode int
The hash code for this object.
no setterinherited
key String
The key of the entry in the metadata to check.
final
localizedDescriptions Map<Locale, String>?
A localized map of descriptions for this role connection.
final
localizedNames Map<Locale, String>?
A localized map of names for this role connection.
final
name String
The name of this role connection.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ConnectionMetadataType
The type of connection.
final

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
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