Note.fromJson constructor

Note.fromJson(
  1. Json json
)

Implementation

factory Note.fromJson(Json json) => _$NoteFromJson(json);