DebugScreenConfiguration.fromJson constructor

DebugScreenConfiguration.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DebugScreenConfiguration.fromJson(Map<String, dynamic> json) =>
    _$DebugScreenConfigurationFromJson(json);