RelationShip constructor

  1. @JsonSerializable(includeIfNull: false)
const RelationShip({
  1. bool? executive,
  2. bool? director,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RelationShip({
  bool? executive,
  bool? director,
}) = _RelationShip;