factory EnumValueWithTitle({ required String title, required String constValue, }) => EnumValueWithTitle.fromMap({Keys.title: title, Keys.const_: constValue});