Attachment.fromJson constructor

Attachment.fromJson(
  1. String source
)

Implementation

factory Attachment.fromJson(String source) =>
    Attachment.fromMap(json.decode(source));