double abstract method
Check if the number is a double message the error message to display
vine.number().double();
You can specify a custom error message
vine.number().double(message: 'The value must be a double');
Implementation
EnvNumber double({String? message});