AudioBook.fromJson constructor

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

Implementation

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