BitDepth$Response.fromJson constructor

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

Implementation

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