call abstract method

Map<String, dynamic> call(
  1. String key,
  2. dynamic value,
  3. GetValueFromPathFunction getValue,
  4. ReplaceRecursiveFunction replaceRecursive,
  5. Map<String, String>? templates,
)

Implementation

Map<String, dynamic> call(
  String key,
  dynamic value,
  GetValueFromPathFunction getValue,
  ReplaceRecursiveFunction replaceRecursive,
  Map<String, String>? templates,
);