attachments property

List<String>? get attachments

Implementation

List<String>? get attachments => (_$data['attachments'] as List<String>?);