GoogleExampleLibraryagentV1Book.fromJson constructor

GoogleExampleLibraryagentV1Book.fromJson(
  1. Map json_
)

Implementation

GoogleExampleLibraryagentV1Book.fromJson(core.Map json_)
    : this(
        author: json_['author'] as core.String?,
        name: json_['name'] as core.String?,
        read: json_['read'] as core.bool?,
        title: json_['title'] as core.String?,
      );