extractInfo method
Parse the ID to get metadata (Type, Office, Group, etc).
Implementation
ThaiIdInfo extractInfo(String input) => ThaiIdInfo.parse(input);
Parse the ID to get metadata (Type, Office, Group, etc).
ThaiIdInfo extractInfo(String input) => ThaiIdInfo.parse(input);