ReasonPin constructor

  1. @jsonSerializable
const ReasonPin({
  1. @typeKey @Default(appBskyFeedDefsReasonPin) String type,
})

Implementation

@jsonSerializable
const factory ReasonPin({
  @typeKey @Default(appBskyFeedDefsReasonPin) String type,
}) = _ReasonPin;