isRecord function
Returns a IValidator that checks if the given value is a Record
Implementation
IValidator isRecord() => isType<Record>();
Returns a IValidator that checks if the given value is a Record
IValidator isRecord() => isType<Record>();