OLAuthor.fromJson constructor

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

OLAuthor.fromJson crates an instance from json

Implementation

factory OLAuthor.fromJson(Map<String, dynamic> json) {
  return _$OLAuthorFromJson(json);
}