fill<K, V> method

Map<K, V?> fill<K, V>()

Implementation

Map<K, V?> fill<K, V>() => Parse.fill(this as Map<K, V?>);