Interest constructor
Interest({
- FieldMetadata? metadata,
- String? value,
Implementation
Interest({
this.metadata,
this.value,
});
Interest({
this.metadata,
this.value,
});