firstMap method

AnyMap? firstMap()

Implementation

AnyMap? firstMap() => this.isEmpty ? null : oneMap(0);