ConversionList constructor
ConversionList({
- List<
Conversion> ? conversion, - String? kind,
Implementation
ConversionList({
this.conversion,
this.kind,
});
ConversionList({
this.conversion,
this.kind,
});