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