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