util/maps library

Constants

ignoreGpt → const String

Functions

extractComments({required Map<String, dynamic> map, required bool remove}) Map<String, dynamic>
Remove all entries from map that are comments. This method removes the entries in-place. A new map is returned containing the comments.
removeIgnoreGpt({required Map<String, dynamic> map}) → void
Remove all entries from map that have the "ignoreGpt" modifier. This method removes the entries in-place.