Hash constructor

Hash(
  1. dynamic content
)

Create a new Hash instance.

Implementation

factory Hash(dynamic content) => new _HashBase(content);