MapUriResult constructor

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

Implementation

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