ProcessoCnj class final

Número único de processo judicial (CNJ Resolução 65/2008).

Check kind: CheckKind.checksum (ISO 7064 mod 97-10). Verification concatenates sequence + year + justice + tribunal + origin + DV and requires remainder 1. Does not query DataJud.

Properties

canonical String
20 ASCII digits.
final
formatted String
Mask NNNNNNN-DD.AAAA.J.TR.OOOO.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

inspect(String input) ParseResult<ProcessoCnj>
Explains why input is accepted or rejected.
isValid(String input) bool
true when input is a well-formed CNJ process number.
parse(String input) ProcessoCnj
Parses input or throws FormatException.
tryParse(String input) ProcessoCnj?
Parses NNNNNNN-DD.AAAA.J.TR.OOOO.

Constants

checkKind → const CheckKind
How this identifier is checked.