asObjectMap method

Map<String, Object?>? asObjectMap()

Implementation

Map<String, Object?>? asObjectMap() => this as Map<String, Object?>?;