Endorsement constructor

Endorsement(
  1. dynamic id,
  2. dynamic jsonValue
)

Implementation

Endorsement(super.id, super.jsonValue);