MapEx extension

on

Methods

forceConvertMap({bool useFirst = true}) Map<String, String>
force to convert Map from Map<dynamic, dynamic> to Map<String, String> useFirst: mark the use the first value when multi value. example: {'111': 'value1', 111: 'value2'}
removeNullValues() Map