apply abstract method

Map<String, Object?> apply(
  1. Map<String, Object?> input
)

Returns a new filtered map. The input map is never mutated.

Implementation

Map<String, Object?> apply(Map<String, Object?> input);