attachment property

  1. @JsonKey(fromJson: QChatSystemNotificationAttachment._fromJson, toJson: QChatSystemNotificationAttachment._toJson)
QChatSystemNotificationAttachment? attachment
getter/setter pair

通知附件字符串解析后的结构

Implementation

@JsonKey(
    fromJson: QChatSystemNotificationAttachment._fromJson,
    toJson: QChatSystemNotificationAttachment._toJson)
QChatSystemNotificationAttachment? attachment;