dimensions property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
Rx<Size?> dimensions
final

Size of the image this NativeFile represents, if isImage.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
final Rx<Size?> dimensions;