Attachments.fromJson constructor

Attachments.fromJson(
  1. Map<String, dynamic> json
)

Implementation

Attachments.fromJson(Map<String, dynamic> json) {
  odataType = json['@odata.type'];
}