fromJson static method
Implementation
static ConfigMountSpec fromJson(Map<String, dynamic> json) {
return ConfigMountSpec(path: json['path'] as String? ?? '/var/run/meshagent');
}
static ConfigMountSpec fromJson(Map<String, dynamic> json) {
return ConfigMountSpec(path: json['path'] as String? ?? '/var/run/meshagent');
}