GkeBackupAgentConfig.fromJson constructor
GkeBackupAgentConfig.fromJson(
- Map json_
Implementation
GkeBackupAgentConfig.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
);