ActorGetProfilesOutput.fromJson constructor

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

Implementation

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