isRecord function

IEskValidator isRecord()

Returns a IEskValidator that checks if the given value is a Record

Implementation

IEskValidator isRecord() => isType<Record>();