Ownership.fromJson constructor

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

Implementation

factory Ownership.fromJson(Map<String, dynamic> json) =>
    _$OwnershipFromJson(json);