SignedUri constructor

SignedUri({
  1. String? file,
  2. String? uri,
})

Implementation

SignedUri({this.file, this.uri});