Plant constructor
Plant({})
Returns a new Plant instance.
Implementation
Plant({
required this.id,
this.name,
this.address,
this.longitude,
this.latitude,
this.groupId,
this.group = const [],
this.description,
this.ingestionConfigData,
this.createdAt,
this.updatedAt,
this.gateways = const [],
});