Percent constructor

Percent({
  1. double? value,
})

The main constructor.

Implementation

Percent({this.value});