AnyMap constructor

AnyMap({
  1. String? key1,
  2. String? key2,
})

Implementation

AnyMap({
  this.key1,
  this.key2,
});