NEIMServerConfig.fromJson constructor

NEIMServerConfig.fromJson(
  1. Map map
)

Implementation

factory NEIMServerConfig.fromJson(Map map) {
  return _$NEIMServerConfigFromJson(map.cast());
}