Credit constructor

Credit(
  1. String value
)

Creates a new Credit object

Implementation

Credit(this.value);