rules method

Map<String, String> rules()

set validation rules

Implementation

Map<String, String> rules() {
  return <String, String>{};
}