UsersettingsNotesExport.fromJson constructor
UsersettingsNotesExport.fromJson(
- Map json_
Implementation
UsersettingsNotesExport.fromJson(core.Map json_)
: this(
folderName: json_['folderName'] as core.String?,
isEnabled: json_['isEnabled'] as core.bool?,
);