SmartNotesConfig.fromJson constructor

SmartNotesConfig.fromJson(
  1. Map json_
)

Implementation

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