Map<String, dynamic> toJson() => { 'type': type.toJsonName(), if (config != null) 'config': config, };