Gets and converts the value at path to type Map<String,T>
path
Map<String, T> getNonNullableMap<T>(String path, {String? format}) => _snapshot.child(path).asNonNullableMap(format: format);