asJson property

Map<String, dynamic> get asJson

Implementation

Map<String, dynamic> get asJson => {
      'attachment_id': id,
    };