PodIP constructor

const PodIP({
  1. String? ip,
})

Default constructor.

Implementation

const PodIP({
  this.ip,
});