cast2<TT extends Entity, TT2 extends Entity> method
Implementation
JoinRecord<TT, TT2, D> cast2<TT extends Entity, TT2 extends Entity>() =>
JoinRecord(node as TT, details, _self as TT2);
JoinRecord<TT, TT2, D> cast2<TT extends Entity, TT2 extends Entity>() =>
JoinRecord(node as TT, details, _self as TT2);