Interest constructor

Interest({
  1. FieldMetadata? metadata,
  2. String? value,
})

Implementation

Interest({
  this.metadata,
  this.value,
});