MapExtension extension

MapExtension

on

Methods

verify(String key, dynamic value) → void

Available on Map<String, dynamic>, provided by the MapExtension extension

Verify the key's value is same as value.
writeNotNull(String key, dynamic value) → void

Available on Map<String, dynamic>, provided by the MapExtension extension

Write key with value to Map when the value is not null.