DefaultsTo constructor

const DefaultsTo(
  1. dynamic value
)

Implementation

const DefaultsTo(value) : super(defaultValue: value);