ContentPropertyUpdateVersion constructor

ContentPropertyUpdateVersion({
  1. required dynamic number,
  2. bool? minorEdit,
})

Implementation

ContentPropertyUpdateVersion({required this.number, bool? minorEdit})
    : minorEdit = minorEdit ?? false;