TransferOwnershipResponse.fromJson constructor

TransferOwnershipResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TransferOwnershipResponse.fromJson(Map<String, dynamic> json) {
  return TransferOwnershipResponse();
}