Book.fromJson constructor

Book.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Book.fromJson(Map<String, Object?> json) => _$BookFromJson(json);