$Shared02 constructor

$Shared02({
  1. Map<String, String>? customValues,
})

Implementation

$Shared02({
  this.customValues,
});