SmartNotesConfig.fromJson constructor
SmartNotesConfig.fromJson(
- Map json_
Implementation
SmartNotesConfig.fromJson(core.Map json_)
: this(
autoSmartNotesGeneration:
json_['autoSmartNotesGeneration'] as core.String?,
);