Input$AddStarInput constructor

Input$AddStarInput({
  1. String? clientMutationId,
  2. required String starrableId,
})

Implementation

Input$AddStarInput({this.clientMutationId, required this.starrableId});