$Material constructor

$Material({
  1. Map<String, String>? digest,
  2. String? uri,
})

Implementation

$Material({
  this.digest,
  this.uri,
});