metadataOrderKey property Null safety

  1. @JsonKey(ignore: true)
String? metadataOrderKey
read / write

Sets a key for ordering by value in the metadata. This is valid when the order is channelMetaDataValueAlphabetical only

Implementation

@JsonKey(ignore: true)
String? metadataOrderKey;