A FlatNotepad is similar to the Notepad class, but it stores all the notes/sections
as in flat structures. FlatNotepads will likely be better for internal use in many situations.
Something to remember is that all operations on this class like addSection, will return a new
object of this class, and not modify the existing one.
This will convert everything into the formal Notepad structure, however no Assets will
be restored. The client should rebuild the assets after this using the values in notepadAssets
A FlatNotepad is similar to the Notepad class, but it stores all the notes/sections as in flat structures. FlatNotepads will likely be better for internal use in many situations.
Something to remember is that all operations on this class like addSection, will return a new object of this class, and not modify the existing one.