modelFieldIncludeIfNull property Null safety

bool modelFieldIncludeIfNull
latefinal

Implementation

late final bool modelFieldIncludeIfNull = properties.isEmpty ||
    (properties.values.first?.responseModel?.includeIfNullField ?? true);