menu
ami_client_plus package
documentation
ami_client_plus.dart
AmiMessage
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
String
?
operator []
(
String
key
)
Gets a header value by key.
Implementation
String? operator [](String key) => headers[key];
ami_client_plus package
documentation
ami_client_plus
AmiMessage
operator [] method
AmiMessage class