metadata property
dynamic
metadata
getter/setter pair
Metadata associated with the connection, passed in by whoever initiated the connection.
Can be accessed with {@apilink MediaConnection.metadata}. Can be any serializable type.
Implementation
dynamic metadata;