Owner.fromJson constructor

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

Implementation

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