name property

  1. @override
String get name
override

The name of the validation rule.

This is used to identify the rule in validation configurations.

Implementation

@override
String get name => 'max_file_size';