Actor.fromJson constructor

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

Implementation

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