toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  throw UnimplementedError(
      'BaseOverlay subClass should implement this methed.');
}