TransferOwnershipRejectResponseApplicationJson constructor

TransferOwnershipRejectResponseApplicationJson([
  1. void b(
    1. TransferOwnershipRejectResponseApplicationJsonBuilder
    )?
])

Creates a new TransferOwnershipRejectResponseApplicationJson object using the builder pattern.

Implementation

factory TransferOwnershipRejectResponseApplicationJson([
  void Function(TransferOwnershipRejectResponseApplicationJsonBuilder)? b,
]) = _$TransferOwnershipRejectResponseApplicationJson;