type property

  1. @BuiltValueField(wireName: r'type')
UploadSessionTypeEnum? type

The type of the upload.

Implementation

@BuiltValueField(wireName: r'type')
UploadSessionTypeEnum? get type;