document property

  1. @JsonKey(name: 'document')
Document? get document
inherited

Optional. Message is a general file, information about the file

Implementation

@JsonKey(name: 'document')
Document? get document;