FlagList constructor Null safety

FlagList(
  1. {List<Flag>? flags}
)

Implementation

FlagList({
  this.flags,
});