InitConfig.fromJson constructor

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

Implementation

factory InitConfig.fromJson(Map<String, dynamic> json) =>
    $InitConfigFromJson(json);