FilterVolumesProperties typedef

FilterVolumesProperties = FutureOr<Map<String, String>?> Function(Map<String, String>? volumesProps)

Implementation

typedef FilterVolumesProperties = FutureOr<Map<String, String>?> Function(
    Map<String, String>? volumesProps);