Tools constructor

Tools({
  1. bool? listChanged,
})

Implementation

factory Tools({bool? listChanged}) =>
    Tools.fromMap({if (listChanged != null) 'listChanged': listChanged});