FormIntegerField constructor Null safety

const FormIntegerField(
  1. {required String key,
  2. String? description,
  3. int? value}
)

Implementation

const factory FormIntegerField(
    {required final String key,
    final String? description,
    final int? value}) = _$FormIntegerField;