DogNative constructor

const DogNative(
  1. Object value, [
  2. String? label
])

Implementation

const DogNative(this.value, [this.label]);