Command constructor
const
Command({
- RiverpodCraftOptions options = RiverpodCraftOptions.empty,
- required String name,
- required List<
ParameterInfo> params, - required ConcurrencyType concurrency,
- required String dataType,
- bool isKeepAlive = false,
Implementation
const Command({
this.options = RiverpodCraftOptions.empty,
required this.name,
required this.params,
required this.concurrency,
required this.dataType,
this.isKeepAlive = false,
});