toJson method

  1. @override
Map<String, dynamic> toJson()
override

Returns a Map representing this FileAttachment.

Implementation

@override
Map<String, dynamic> toJson() =>
    _$FileAttachmentToJson(this)..['runtimeType'] = 'FileAttachment';