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