hasFile property

  1. @JsonKey(name: 'hasFile')
bool? hasFile
getter/setter pair

Is there a file available?

Implementation

@JsonKey(name: 'hasFile')
bool? hasFile;