cast<TT extends Entity> method
Recasts this record using the T1
node type.
Implementation
JoinRecord<TT, T2, D> cast<TT extends Entity>() =>
JoinRecord(node as TT, details, _self);
Recasts this record using the T1
node type.
JoinRecord<TT, T2, D> cast<TT extends Entity>() =>
JoinRecord(node as TT, details, _self);