YIMAttachmentExt_Image.fromJson constructor

YIMAttachmentExt_Image.fromJson(
  1. Map<String, dynamic> map
)

Implementation

YIMAttachmentExt_Image.fromJson(Map<String, dynamic> map) {
  compress = map["compress"]?.toString() == "true";
}