UsersettingsNotesExport.fromJson constructor

UsersettingsNotesExport.fromJson(
  1. Map json_
)

Implementation

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