ActorGetPreferencesOutput.fromJson constructor

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

Implementation

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