ApplyToBrightness$Response.fromJson constructor

ApplyToBrightness$Response.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ApplyToBrightness$Response.fromJson(Map<String, dynamic> json) =>
    _$ApplyToBrightness$ResponseFromJson(json);