Tokens constructor

Tokens({
  1. int? value,
  2. String? tokenId,
  3. String? sId,
})

Implementation

Tokens({this.value, this.tokenId, this.sId});