ServerPluginInitExtraConfig.fromJson constructor
Implementation
factory ServerPluginInitExtraConfig.fromJson(Map<String, dynamic> json) => ServerPluginInitExtraConfig(
filePath: (json['FilePath'] as String?) ?? '',
content: (json['Content'] as String?) ?? '',
);