NxOptions<T> constructor

NxOptions<T>({
  1. String? imageAsset,
  2. String? imageNetwork,
  3. String? name,
  4. T? value,
})

Implementation

NxOptions({
    this.imageAsset,
    this.imageNetwork,
    this.name,
    this.value
});