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