Formatter(T base, String Function(T) toJsonHead, Map<String, Object> Function(T) toJsonBody) : this._(base, toJsonHead, toJsonBody) ;