$Hash constructor

$Hash({
  1. String? type,
  2. String? value,
})

Implementation

$Hash({this.type, this.value});