ThunderConfig.fromJson constructor

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

Implementation

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