Hash constructor
Hash(
- dynamic content
Create a new Hash instance.
Implementation
factory Hash(dynamic content) => new _HashBase(content);
Create a new Hash instance.
factory Hash(dynamic content) => new _HashBase(content);