GetAllForOwner.fromJson constructor

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

Implementation

factory GetAllForOwner.fromJson(Map<String, dynamic> json) =>
    FromJsonFactory().fromJson<GetAllForOwner>(json);