Create an insert operation.
factory Op.insert( String text, { Map<String, dynamic>? attributes, }) = InsertOp;